From: Richard M. Stallman Date: Wed, 16 Jun 1993 06:47:09 +0000 (+0000) Subject: (TAGS): cd to src to run etags. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95311 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86f46642b763f320c9313f0cdfb5fffe4970bbcf;p=emacs.git (TAGS): cd to src to run etags. --- diff --git a/Makefile.in b/Makefile.in index e50afa1a54c..1fc107853a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,8 +476,8 @@ relock: (cd src; make relock) TAGS tags: lib-src - (cd ${srcdir} ; lib-src/etags --output=./src/TAGS \ - src/*.[ch] lisp/*.el lisp/term/*.el) + (cd ${srcdir}/src; \ + ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el) check: @echo "We don't have any tests for GNU Emacs yet."